|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface CLAppletEvent
Definition of contactless events. These events shall be used to notify current state, or state change request in the following methods:
CRSApplication.processCLRequest(GPRegistryEntry, GPCLRegistryEntry, short)
CRELApplication.notifyCLEvent(GPCLRegistryEntry, short)
CLApplet.notifyCLEvent(short)
| Field Summary | |
|---|---|
static short |
EVENT_ACTIVATED
The applet is now ACTIVATED on the contactless interface. |
static short |
EVENT_COMMUNICATIONS_ISO14443_DISABLED
Deprecated. Replaced by EVENT_PROXIMITY_INTERFACE_ACCESS_DISABLED. |
static short |
EVENT_COMMUNICATIONS_ISO14443_ENABLED
Deprecated. Replaced by EVENT_PROXIMITY_INTERFACE_ACCESS_ENABLED. |
static short |
EVENT_CONTINUOUS_PROCESS_OFF
Constant notifying that continuous processing is now disabled. |
static short |
EVENT_CONTINUOUS_PROCESS_ON
Constant notifying that continuous processing is now enabled. |
static short |
EVENT_CREL_ADDED
Constant notifying that a CREL application has been added to a CREL Application AID List |
static short |
EVENT_CREL_REMOVED
Constant notifying that a CREL application has been removed from a CREL Application AID List |
static short |
EVENT_DEACTIVATED
The applet is now DEACTIVATED on the contactless interface. |
static short |
EVENT_DELETED
The applet has been deleted. |
static short |
EVENT_DISCRETIONARY_DATA
Applet's GPCLRegistryEntry.INFO_DISCRETIONARY_DATA has changed. |
static short |
EVENT_DISPLAY_MESSAGE
Applet's GPCLRegistryEntry.INFO_DISPLAY_MESSAGE has changed. |
static short |
EVENT_DISPLAY_REQUIREMENT
Applet's GPCLRegistryEntry.INFO_DISPLAY_REQUIREMENT has changed. |
static short |
EVENT_FAMILY_IDENTIFIER
Applet's GPCLRegistryEntry.INFO_FAMILY_IDENTIFIER has changed. |
static short |
EVENT_GROUP_MEMBER_ADDED
The applet has joined an Application Group. |
static short |
EVENT_GROUP_MEMBER_REMOVED
The applet has left an Application Group. |
static short |
EVENT_IMPLICIT_SELECTION_PROTOCOLS
Applet's GPCLRegistryEntry.INFO_IMPLICIT_SELECTION_PROTOCOLS has changed. |
static short |
EVENT_INSTALLED
The applet has been installed and is in the GPSystem.APPLICATION_INSTALLED state. |
static short |
EVENT_LOCKED
The applet has been locked. |
static short |
EVENT_LOGO
Applet's GPCLRegistryEntry.INFO_LOGO has changed. |
static short |
EVENT_NON_ACTIVATABLE
The applet is now NON ACTIVATABLE on the contactless interface. |
static short |
EVENT_POLICY_RESTRICTED_APPLICATIONS
The policy restricting the usage of the applet has changed. |
static short |
EVENT_PROTOCOL_DATA_TYPE_A
Applet's GPCLRegistryEntry.INFO_PROTOCOL_DATA_TYPE_A has changed. |
static short |
EVENT_PROTOCOL_DATA_TYPE_B
Applet's GPCLRegistryEntry.INFO_PROTOCOL_DATA_TYPE_B has changed. |
static short |
EVENT_PROTOCOL_DATA_TYPE_F
Applet's GPCLRegistryEntry.INFO_PROTOCOL_DATA_TYPE_F has changed. |
static short |
EVENT_PROXIMITY_INTERFACE_ACCESS_DISABLED
The applet cannot be accessed through the Contactless Communication interface (eg ISO 14443). |
static short |
EVENT_PROXIMITY_INTERFACE_ACCESS_ENABLED
The applet can be accessed through the Contactless Communication interface (eg ISO 14443). |
static short |
EVENT_RFU1
RESERVED FOR FUTURE USE. |
static short |
EVENT_SELECTABLE
The applet has transitioned from the GPSystem.APPLICATION_INSTALLED
to the GPSystem.APPLICATION_SELECTABLE state. |
static short |
EVENT_SELECTION_PRIORITY_HIGHEST
The applet has been given the highest selection priority. |
static short |
EVENT_SELECTION_PRIORITY_LOWEST
The applet has been given the lowest selection priority. |
static short |
EVENT_UNLOCKED
The applet has been unlocked. |
static short |
EVENT_URI
Applet's GPCLRegistryEntry.INFO_URI has changed. |
static short |
EVENT_VOLATILE_SELECTION_PRIORITY_RESET
The volatile selection priority has been removed from the applet. |
static short |
EVENT_VOLATILE_SELECTION_PRIORITY_SET
The applet has been given the volatile selection priority. |
| Field Detail |
|---|
static final short EVENT_NON_ACTIVATABLE
static final short EVENT_ACTIVATED
static final short EVENT_DEACTIVATED
static final short EVENT_URI
GPCLRegistryEntry.INFO_URI has changed.
static final short EVENT_DISCRETIONARY_DATA
GPCLRegistryEntry.INFO_DISCRETIONARY_DATA has changed.
static final short EVENT_LOGO
GPCLRegistryEntry.INFO_LOGO has changed.
static final short EVENT_PROTOCOL_DATA_TYPE_A
GPCLRegistryEntry.INFO_PROTOCOL_DATA_TYPE_A has changed.
static final short EVENT_PROTOCOL_DATA_TYPE_B
GPCLRegistryEntry.INFO_PROTOCOL_DATA_TYPE_B has changed.
static final short EVENT_PROTOCOL_DATA_TYPE_F
GPCLRegistryEntry.INFO_PROTOCOL_DATA_TYPE_F has changed.
static final short EVENT_DISPLAY_MESSAGE
GPCLRegistryEntry.INFO_DISPLAY_MESSAGE has changed.
static final short EVENT_IMPLICIT_SELECTION_PROTOCOLS
GPCLRegistryEntry.INFO_IMPLICIT_SELECTION_PROTOCOLS has changed.
static final short EVENT_FAMILY_IDENTIFIER
GPCLRegistryEntry.INFO_FAMILY_IDENTIFIER has changed.
static final short EVENT_CONTINUOUS_PROCESS_ON
static final short EVENT_CONTINUOUS_PROCESS_OFF
static final short EVENT_CREL_ADDED
static final short EVENT_CREL_REMOVED
static final short EVENT_GROUP_MEMBER_ADDED
static final short EVENT_GROUP_MEMBER_REMOVED
static final short EVENT_POLICY_RESTRICTED_APPLICATIONS
static final short EVENT_INSTALLED
GPSystem.APPLICATION_INSTALLED state.
This event shall *not* be notified to the applet being installed.
static final short EVENT_SELECTABLE
GPSystem.APPLICATION_INSTALLED
to the GPSystem.APPLICATION_SELECTABLE state.
This event shall be notified to the applet upon successfull processing of
the INSTALL [for install and make selectable] or INSTALL [for make
selectable] command. Any subsequent return to the SELECTABLE state
(e.g. application unlocked or application requesting to return to the
SELECTABLE state) shall *not* trigger this event.
static final short EVENT_LOCKED
static final short EVENT_UNLOCKED
static final short EVENT_DELETED
static final short EVENT_DISPLAY_REQUIREMENT
GPCLRegistryEntry.INFO_DISPLAY_REQUIREMENT has changed.
static final short EVENT_COMMUNICATIONS_ISO14443_ENABLED
EVENT_PROXIMITY_INTERFACE_ACCESS_ENABLED.
static final short EVENT_COMMUNICATIONS_ISO14443_DISABLED
EVENT_PROXIMITY_INTERFACE_ACCESS_DISABLED.
static final short EVENT_PROXIMITY_INTERFACE_ACCESS_ENABLED
static final short EVENT_PROXIMITY_INTERFACE_ACCESS_DISABLED
static final short EVENT_SELECTION_PRIORITY_HIGHEST
static final short EVENT_SELECTION_PRIORITY_LOWEST
static final short EVENT_VOLATILE_SELECTION_PRIORITY_SET
static final short EVENT_VOLATILE_SELECTION_PRIORITY_RESET
static final short EVENT_RFU1
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||